home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-05 | 4.2 KB | 129 lines | [TEXT/MMCC] |
- CTerminalPane
- Version 1.0
- 16 August 1993
-
- Copyright © 1993, FrostByte/Design
- Written by Eric Scouten
-
-
-
- ** Contents
- What CTerminalPane does
- Copyright/freeware notice
- Non-warranty and small print
- Acknowledgements
- How to reach me
- Version history
-
-
- ** What CTerminalPane does
-
- CTerminalPane is a freeware library which provides a
- basic terminal display for the Think Class Library. In order
- to use it, you must already have Think C version 5.0 or
- higher. The library comes pre-configured for TC version 6.0;
- though it should be easy to rework it to use version 5.
-
- The library does not provide any fancy formatting
- options, does not include any terminal emulations (VT52,
- VT100, etc.), and does not offer scrollback. These are
- potential "wish-list" items to be included in later
- versions.
-
-
- ** Copyright/freeware notice
-
- This is a pretty simple hack, so I'm distributing it
- free of charge. You may use it as you wish in any program
- that you develop. It may be redistributed freely (or almost
- freely), provided that:
-
- (1) this notice remains with any source code
- distribution,
- (2) you do not redistribute any altered version.
-
- If you do make useful additions or fixes to this
- library, please send them to me and allow me to incorporate
- them into the next "official release" of the library. My e-
- mail & snail mail addresses are at the end of this document.
-
- If you write an interesting application with the
- library, consider sending me a copy.
-
-
- ** Non-warranty and small print
-
- This library is freeware; you can use it or distribute
- it as long as you don't charge for it. Minimal download
- costs (such as Compu$erve) are OK, although who would call
- Compu$erve's download costs reasonable?. Please do me a
- favor and keep this documentation file with the program. I
- don't guarantee any support, but I always answer my e-mail.
- If I don't answer e-mail it's because your message didn't
- get to me, I'm on vacation, or my reply bounced. (If you
- don't hear from me in a couple of days, try again and
- include a valid Internet address if you can.) It may be
- included on the Info-Mac CD, but not on any other CDs
- without my permission. It may NOT be included on any disk
- costing more than $5 without my permission.
-
- Okay, so this isn't small print. Not much you can do
- with a plain-text editor. Use your imagination...
-
- There is absolutely NO warranty, guarantee, hint,
- suggestion, or anything else that would lead anyone to think
- that CTerminalPane does anything stated in this
- documentation. It usually does not destroy data (systems,
- hardware, etc.), and typically works on my Mac Centris 610
- with System 7.1. I don't have the opportunity to test my
- software with other Mac models, so I won't guarantee success
- with them. If it works in your application and your system
- (or especially if it doesn't!), send me a postcard or some e-
- mail and let me know!
-
- Eric Scouten (d/b/a FrostByte/Design) hereby disclaims
- all warranties relating to this software, whether express or
- implied, including without limitation any implied warranties
- of merchantability or fitness for a particular purpose. Eric
- Scouten will not be liable for any special, incidental,
- consequential, indirect, or similar damages due to loss of
- data or any other reason, even if Eric Scouten or an agent
- of his has been advised of the possibility of such damages.
- In no event shall Eric Scouten be liable for any damages,
- regardless of the form of the claim. The person using the
- software bears all risk as to the quality and performance of
- the software.
-
-
- ** Acknowledgements
-
- Thanks to everyone on the net for providing lots of
- useful information and good humor. Thanks to Peter Lewis for
- allowing me to mangle parts of his license agreement and
- call it mine. And thanks to Symantec for providing a
- development environment that made it interesting to program
- again.
-
-
- ** How to reach me
-
- Eric Scouten (US snail-mail)
- FrostByte/Design
- PO Box 13536
- Minneapolis, MN 55414-5536
-
- +1 612 626 0746 (office phone)
-
- scouten@staff.tc.umn.edu (e-mail, best way to
- reach me)
-
- All of these addresses should be valid for a couple of
- years or so.
-
-
- ** Version history
-
- 1.0: 16 August 1993
- * Initial release
-
-